run_tracker/demo.sh

14 lines
209 B
Bash
Raw Permalink Normal View History

2025-02-14 14:30:45 +00:00
#!/bin/bash
shopt -s expand_aliases
alias rt="./rtracker"
rt Testing sleep... \
2025-02-14 18:11:50 +00:00
%% sleep 3
2025-02-14 14:30:45 +00:00
rt Hello world? \
%o echo Hello world
rt Producing some error \
2025-02-14 18:11:50 +00:00
%% rm not_exist
rt Just do it \
%t rm not_exist