dotfiles/.install.sh

7 lines
69 B
Bash
Raw Normal View History

2018-10-17 22:28:42 -04:00
#!/usr/bin/env bash
for f in 'ls'
do
echo "$f"
done