Files
run_tracker/demo.sh
T
2026-06-11 13:18:07 +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