Skip to content

Instantly share code, notes, and snippets.

@lucascaton
Created July 8, 2014 01:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lucascaton/4679381c2623661ee839 to your computer and use it in GitHub Desktop.
Save lucascaton/4679381c2623661ee839 to your computer and use it in GitHub Desktop.
#! /bin/bash
mkdir ~/Desktop/nova_pasta
touch ~/Desktop/nova_pasta/primeiro_arquivo.txt
cd ~/Desktop/nova_pasta/
ls -lh
rm primeiro_arquivo.txt
cd ..
rm -rf nova_pasta
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment