mirror of
https://github.com/bebbo/amiga-gcc.git
synced 2026-05-06 14:56:32 +00:00
9 lines
60 B
Bash
9 lines
60 B
Bash
#!/bin/bash
|
|
|
|
case $1 in
|
|
--version)
|
|
echo 1.2.14
|
|
;;
|
|
esac
|
|
|