mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-06-05 18:23:39 -04:00
7 lines
162 B
Bash
Executable file
7 lines
162 B
Bash
Executable file
#!/bin/bash -ex
|
|
|
|
# This script assumes that Git is installed
|
|
|
|
# The following deletes all files and directories which are ignored by `.gitignore`
|
|
|
|
git clean -dfX
|