mirror of
https://github.com/cosinekitty/astronomy.git
synced 2025-12-26 17:19:41 -05:00
3 lines
69 B
Bash
Executable File
3 lines
69 B
Bash
Executable File
#!/bin/bash
|
|
./verify_clean && ./run $1 && ./verify_clean && git push
|