mirror of
https://github.com/xcat2/confluent.git
synced 2025-09-02 16:28:27 +00:00
7 lines
133 B
Bash
7 lines
133 B
Bash
cd $(dirname $0)
|
|
mydir=$(pwd)
|
|
cd -
|
|
cd /
|
|
tar -czvhf /tmp/firefox.tgz usr/bin/firefox usr/lib64/firefox $(cat $mydir/firefoxlibs)
|
|
cd -
|