Skip to content

Commit f8d7fbe

Browse files
authored
Add files via upload
1 parent 3cb0100 commit f8d7fbe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fpkg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/bin/bash
22

3+
FPKGDIR="/usr/local/fpkg/" # where all packages are located at
4+
EDIOR="vim" # change this to your favorite editor
5+
36
error () {
47
popd > /dev/null
58
stty echo
@@ -15,9 +18,6 @@ write_check () {
1518
fi
1619
}
1720

18-
FPKGDIR="/usr/local/fpkg/" # where all packages are located at
19-
EDIOR="vim" # change this to your favorite editor
20-
2121
# hide the keystrokes, save current directory to go to
2222
# the fpkg one
2323
stty -echo

0 commit comments

Comments
 (0)