Bläddra i källkod

Update to ffoo 0.4.0

Alois Mahdal 11 år sedan
förälder
incheckning
ce3b94268c

+ 1
- 1
bin/saturnin.skel Visa fil

1
 #!/bin/bash
1
 #!/bin/bash
2
 
2
 
3
-. <(ffoom init)
3
+. $(ffoom path)
4
 
4
 
5
 mkconfpath() {
5
 mkconfpath() {
6
     local userd="__SATURNIN_CONFIG_USER__/conf.d"
6
     local userd="__SATURNIN_CONFIG_USER__/conf.d"

+ 1
- 1
libexec/saturnin-conf Visa fil

1
 #!/bin/bash
1
 #!/bin/bash
2
 
2
 
3
-. <(ffoom init)
3
+. $(ffoom path)
4
 
4
 
5
 ffoo import pretty
5
 ffoo import pretty
6
 ffoo import config
6
 ffoo import config

+ 1
- 1
libexec/saturnin-czrates Visa fil

1
 #!/bin/bash
1
 #!/bin/bash
2
 
2
 
3
-. <(ffoom init)
3
+. $(ffoom path)
4
 
4
 
5
 ffoo import pretty
5
 ffoo import pretty
6
 
6
 

+ 1
- 1
libexec/saturnin-dmenu Visa fil

1
 #!/bin/bash
1
 #!/bin/bash
2
 
2
 
3
-. <(ffoom init)
3
+. $(ffoom path)
4
 ffoo import pretty
4
 ffoo import pretty
5
 
5
 
6
 usage() {
6
 usage() {

+ 1
- 1
libexec/saturnin-iam Visa fil

1
 #!/bin/bash
1
 #!/bin/bash
2
 
2
 
3
-. <(ffoom init)
3
+. $(ffoom path)
4
 
4
 
5
 ffoo import pretty
5
 ffoo import pretty
6
 ffoo import recon
6
 ffoo import recon

+ 1
- 1
libexec/saturnin-ip Visa fil

1
 #!/bin/bash
1
 #!/bin/bash
2
 
2
 
3
-. <(ffoom init)
3
+. $(ffoom path)
4
 
4
 
5
 ffoo import pretty
5
 ffoo import pretty
6
 ffoo import types
6
 ffoo import types

+ 1
- 1
libexec/saturnin-ln Visa fil

1
 #!/bin/bash
1
 #!/bin/bash
2
 
2
 
3
-. <(ffoom init)
3
+. $(ffoom path)
4
 
4
 
5
 ffoo import misc
5
 ffoo import misc
6
 ffoo import pretty
6
 ffoo import pretty

+ 1
- 1
libexec/saturnin-push Visa fil

1
 #!/bin/bash
1
 #!/bin/bash
2
 
2
 
3
-. <(ffoom init)
3
+. $(ffoom path)
4
 
4
 
5
 ffoo import pretty
5
 ffoo import pretty
6
 ffoo import recon
6
 ffoo import recon

+ 1
- 1
libexec/saturnin-revert Visa fil

1
 #!/bin/bash
1
 #!/bin/bash
2
 
2
 
3
-. <(ffoom init)
3
+. $(ffoom path)
4
 
4
 
5
 ffoo import pretty
5
 ffoo import pretty
6
 ffoo import recon
6
 ffoo import recon

+ 1
- 1
libexec/saturnin-watch Visa fil

1
 #!/bin/bash
1
 #!/bin/bash
2
 
2
 
3
-. <(ffoom init)
3
+. $(ffoom path)
4
 
4
 
5
 ffoo import pretty
5
 ffoo import pretty
6
 ffoo import recon
6
 ffoo import recon

+ 1
- 1
libexec/saturnin-www Visa fil

1
 #!/bin/bash
1
 #!/bin/bash
2
 
2
 
3
-. <(ffoom init)
3
+. $(ffoom path)
4
 
4
 
5
 ffoo import config
5
 ffoo import config
6
 ffoo import pretty
6
 ffoo import pretty