mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2025-04-04 09:33:24 -04:00
5 lines
99 B
Bash
5 lines
99 B
Bash
#!/bin/sh
|
|
# Make the 'clear' command work, by invoking command.com/cmd.exe 'cls'
|
|
|
|
$COMSPEC //C cls
|