Files
dotfiles/scripts/scripts/uncmt
2021-12-31 16:43:37 -05:00

9 lines
140 B
Bash
Executable File

#!/bin/bash
# adapted from...
# https://github.com/rwxrob/dot/blob/main/scripts/ucmt
while IFS= read -r line; do
echo "${line#* }"
done