8 lines
48 B
Bash
8 lines
48 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -xe
|
||
|
|
||
|
gnatmake xabina.adb
|
||
|
|
||
|
exit
|