mirror of
https://github.com/msojocs/wx-compiler.git
synced 2025-07-19 00:00:04 +08:00
6 lines
84 B
Bash
Executable File
6 lines
84 B
Bash
Executable File
#! /bin/bash
|
|
|
|
dir=$(cd `dirname $0` && pwd -P)
|
|
|
|
tar -zxf $dir/sample.tar.gz -C $dir
|