mirror of
https://github.com/hasherezade/bearparser
synced 2026-06-08 14:32:38 +00:00
10 lines
174 B
Bash
Executable File
10 lines
174 B
Bash
Executable File
#!/bin/bash
|
|
echo "Trying to autobuild bearparser..."
|
|
|
|
git clone https://github.com/hasherezade/bearparser.git
|
|
echo "[+] bearparser cloned"
|
|
echo $$
|
|
cd bearparser
|
|
sh build.sh
|
|
|