Skip to content

Instantly share code, notes, and snippets.

@Bryan1998
Created June 21, 2018 19:06
Show Gist options
  • Save Bryan1998/117c0d6688bc4bd90a246927035677b6 to your computer and use it in GitHub Desktop.
Save Bryan1998/117c0d6688bc4bd90a246927035677b6 to your computer and use it in GitHub Desktop.
#!/bin/bash
echo -n `ls`
echo -e '\n---'
echo -n `ls` '.score_points'
echo -e '\n\ncompare both outputs, then use: echo "TEAM_NAME" > FILE_NAME'
echo -e 'where FILE_NAME is the extra file in one of the outputs'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment