Query CMake to see if it is out of date for a build.
[SquirrelJME.git] / utils-dev / clear.sh
blob3f0c54e1e8c83df56fd8411d561f91200c609e38
1 #!/bin/sh
2 # ---------------------------------------------------------------------------
3 # Multi-Phasic Applications: SquirrelJME
4 # Copyright (C) Stephanie Gawroriski <xer@multiphasicapps.net>
5 # Copyright (C) Multi-Phasic Applications <multiphasicapps.net>
6 # ---------------------------------------------------------------------------
7 # SquirrelJME is under the GNU General Public License v3, or later.
8 # See license.mkd for licensing and copyright information.
9 # ---------------------------------------------------------------------------
10 # DESCRIPTION: Describe this.
12 # Force C locale
13 export LC_ALL=C
15 # Directory of this script
16 __exedir="$(dirname -- "$0")"
18 # Echo a bunch of times
19 for __i in $(seq 1 25)
21 echo
22 done
24 # Reset
25 reset