iriszero48.github.io

index.html

sh -c "$(wget https://iriszero48.github.io/HttpAutoIndexServer.sh -O -)" ## HttpAutoIndexServer

HttpAutoIndexServer.sh

#!/bin/bash

## version 1.1
## 2019/10/28
## by iriszero

git clone https://github.com/iriszero48/HttpAutoIndexServer.git
g++ -o HttpAutoIndexServer/HttpAutoIndexServer.out -O2 -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack HttpAutoIndexServer/HttpAutoIndexServer/main.cpp -pthread -std=c++17
test -f HttpAutoIndexServer/HttpAutoIndexServer.out && r=true || r=false
echo g++ $r

 

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注