5 lines
95 B
Bash
5 lines
95 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
./scripts/www_npm_install.sh
|
||
|
./scripts/generate_credits.sh
|
||
|
./scripts/remove_bloat.sh
|