mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
5 lines
63 B
Bash
Executable File
5 lines
63 B
Bash
Executable File
#! /bin/bash
|
|
if [ $# != 0 ] ; then
|
|
echo "too many args"
|
|
fi
|