5 lines
41 B
Bash
5 lines
41 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
tar czf cmc_fe.tar.gz dist
|
||
|
|