diff options
| author | David Moc <personal@cdatgoose.org> | 2026-05-17 01:25:45 +0200 |
|---|---|---|
| committer | David Moc <personal@cdatgoose.org> | 2026-05-17 01:25:45 +0200 |
| commit | b0d5cb5d9d3607add2932b03af50a2a6c18f1721 (patch) | |
| tree | 29f7e8ac615f94a659bcffb2649cb9889d6c47f3 /build.sh | |
| parent | 17c316736f811ea4987252d23768a131036df826 (diff) | |
Added a README
Signed-off-by: David Moc <personal@cdatgoose.org>
Diffstat (limited to 'build.sh')
| -rwxr-xr-x | build.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,8 +5,8 @@ cabal build exe:tasker bin=$(cabal list-bin exe:tasker) -sudo install -Dm755 "$bin" /usr/local/bin/tasker +sudo install -Dm755 "$bin" /usr/local/bin/tasker sudo install -Dm644 tasker.fish /usr/share/fish/vendor_completions.d/tasker.fish -echo "Installed $bin -> /usr/local/bin/tasker" +echo "Installed $bin -> /usr/local/bin/tasker" echo "Installed tasker.fish -> /usr/share/fish/vendor_completions.d/tasker.fish" |
