5 lines
109 B
Bash
Executable File
5 lines
109 B
Bash
Executable File
#!/bin/sudo /bin/bash
|
|
rm -rf /etc/pipedal/react
|
|
mkdir -p /etc/pipedal/react
|
|
cp -r dist/* /etc/pipedal/react/
|