Browse Source

Update scripts for Shellfu v0.10+

Alois Mahdal 6 years ago
parent
commit
ac1c901c7e
3 changed files with 3 additions and 3 deletions
  1. 1
    1
      bin/czkrates
  2. 1
    1
      bin/mkx
  3. 1
    1
      bin/ssl_fp

+ 1
- 1
bin/czkrates View File

1
 #!/bin/bash
1
 #!/bin/bash
2
 #shellcheck disable=SC1090
2
 #shellcheck disable=SC1090
3
 
3
 
4
-. "$(shellfu-get path)" || exit 3
4
+. "$(sfpath)" || exit 3
5
 
5
 
6
 shellfu import pretty
6
 shellfu import pretty
7
 
7
 

+ 1
- 1
bin/mkx View File

123
         +shellfu)
123
         +shellfu)
124
             echo "#!/bin/bash"
124
             echo "#!/bin/bash"
125
             echo ""
125
             echo ""
126
-            echo '. "$(shellfu-get path)" || exit 3'
126
+            echo '. "$(sfpath)" || exit 3'
127
             echo ''
127
             echo ''
128
             echo 'shellfu import pretty'
128
             echo 'shellfu import pretty'
129
             echo ''
129
             echo ''

+ 1
- 1
bin/ssl_fp View File

1
 #!/bin/bash
1
 #!/bin/bash
2
 
2
 
3
-. "$(shellfu-get path)" || exit 3
3
+. "$(sfpath)" || exit 3
4
 
4
 
5
 shellfu import pretty
5
 shellfu import pretty
6
 
6