scripts

Various scripts for UNIX-like systems
git clone https://git.tronto.net/scripts
Download | Log | Files | Refs | README

commit 8734897667bdf68307fc2f57bf0db4c10e3dec8d
parent 040f8723bfadc022172f895de3a9129841505451
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date:   Wed, 22 May 2024 18:17:39 +0200

Fixed alg usage

Diffstat:
Malg | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/alg b/alg @@ -9,8 +9,7 @@ usage() { echo "Usage:" echo "alg" echo "alg edit (c|e|w|x) [buffer] (1 letter|2 letters)" - echo "alg export (c|e|w|x)" - echo "alg publish" + echo "alg export (c|e|w|x|all)" } default_editor=vi