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