Skip to content

Instantly share code, notes, and snippets.

@martencassel
Last active September 14, 2019 15:35
Show Gist options
  • Save martencassel/d9c110e0e3132b3d8cbee812d99b0510 to your computer and use it in GitHub Desktop.
Save martencassel/d9c110e0e3132b3d8cbee812d99b0510 to your computer and use it in GitHub Desktop.
#!/bin/sh
# curl -sL https://u.nu/n2d5|/bin/sh
cat << EOF > conoa.txt
1 Conoa
2 Conoa
3 Conoa
4 Conoa
5 Conoa
6 Conoa
7 Conoa
8 Conoa
9 Conoa
10 Conoa
EOF
cat conoa.txt
chmod u=r,g=r,o=r conoa.txt
ls -l conoa.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment