configState 71 B

12345678
  1. #!/bin/bash
  2. current_dir=$(pwd)
  3. cd $CUSTOM
  4. git status
  5. cd $current_dir