4 lines
101 B
Bash
4 lines
101 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
mkdir Totte && cp -r bin/Debug/net7.0/* Totte/ && zip -r totte.zip Totte/ && rm -rf Totte
|