We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cb0100 commit f8d7fbeCopy full SHA for f8d7fbe
fpkg
@@ -1,5 +1,8 @@
1
#!/bin/bash
2
3
+FPKGDIR="/usr/local/fpkg/" # where all packages are located at
4
+EDIOR="vim" # change this to your favorite editor
5
+
6
error () {
7
popd > /dev/null
8
stty echo
@@ -15,9 +18,6 @@ write_check () {
15
18
fi
16
19
}
17
20
-FPKGDIR="/usr/local/fpkg/" # where all packages are located at
-EDIOR="vim" # change this to your favorite editor
-
21
# hide the keystrokes, save current directory to go to
22
# the fpkg one
23
stty -echo
0 commit comments