diff options
author | Nandaja Varma <nandaja.varma@gmail.com> | 2015-03-25 17:41:42 +0530 |
---|---|---|
committer | Nandaja Varma <nandaja.varma@gmail.com> | 2015-03-25 17:43:17 +0530 |
commit | 263990d7672e9d20a922901ab0dfe47f148ce8c5 (patch) | |
tree | f36161637cc370abfdb6628347729d464d6067ff /makefusedev.sh | |
parent | 6980e69adc56fdb69c21a9bf93b0063b51e82ce6 (diff) | |
download | gluster-263990d7672e9d20a922901ab0dfe47f148ce8c5.tar.gz gluster-263990d7672e9d20a922901ab0dfe47f148ce8c5.tar.bz2 gluster-263990d7672e9d20a922901ab0dfe47f148ce8c5.tar.xz gluster-263990d7672e9d20a922901ab0dfe47f148ce8c5.zip |
Updating the version of gluster and removing supervisord
Diffstat (limited to 'makefusedev.sh')
-rw-r--r-- | makefusedev.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/makefusedev.sh b/makefusedev.sh deleted file mode 100644 index ee525e9..0000000 --- a/makefusedev.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash -mknod /dev/fuse c 10 229 - - -while true -do - echo "Press [CTRL+C] to stop.." - sleep 1 - done |