Skip to content
Snippets Groups Projects
dummy_test.sh 65 B
Newer Older
  • Learn to ignore specific revisions
  • Whitney Armstrong's avatar
    Whitney Armstrong committed
    #!/bin/bash
    
    echo "Tracker Dummy Test..."
    echo "passes."
    
    exit 0