5 lines
92 B
Bash
Executable file
5 lines
92 B
Bash
Executable file
#!/bin/bash
|
|
|
|
cd astro
|
|
npm run astro build
|
|
rsync -a dist/* raspberrypi:/srv/notes/astro/dist
|