7 lines
50 B
Bash
7 lines
50 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cd /app
|
||
|
ls -laF
|
||
|
bun install
|
||
|
batchrun
|