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