diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2022-02-09 19:13:45 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2022-02-09 19:13:45 +0100 |
| commit | 0bcca7b6808a02af3c4758c30eec9984d44dfac7 (patch) | |
| tree | 34d1e08904229c797e9aa07e656bbe2eb30d7f40 /scripts-build/sdep-edit | |
| parent | c88e94d631b09d6f0839b4f96df2be974b23217e (diff) | |
| download | sdep-0bcca7b6808a02af3c4758c30eec9984d44dfac7.tar.gz sdep-0bcca7b6808a02af3c4758c30eec9984d44dfac7.zip | |
Changed notification system to herbe.
Diffstat (limited to '')
| -rw-r--r-- | scripts-build/sdep-edit | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/scripts-build/sdep-edit b/scripts-build/sdep-edit deleted file mode 100644 index ce45cf6..0000000 --- a/scripts-build/sdep-edit +++ /dev/null | |||
| @@ -1,11 +0,0 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | |||
| 3 | # Open specified file in sdep folder in editor. | ||
| 4 | |||
| 5 | # Usage: sdep-edit [file] | ||
| 6 | # No options = once | ||
| 7 | |||
| 8 | file="/home/sebastiano/.local/share/sdep/${1:-once}" | ||
| 9 | editor=${VISUAL:-vi} | ||
| 10 | |||
| 11 | $editor "$file" | ||
