6 lines
52 B
Bash
6 lines
52 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cd /home/ig
|
||
|
racket calculator-app.rkt
|
||
|
|