run_tracker/demo.sh
2025-02-14 17:30:45 +03:00

12 lines
174 B
Bash
Executable File

#!/bin/bash
shopt -s expand_aliases
alias rt="./rtracker"
rt Testing sleep... \
% sleep 3
rt Hello world? \
%o echo Hello world
rt Producing some error \
% rm not_exist