소스 검색

add 'busybox' one-liners

- signed-off-by: trimstray <trimstray@gmail.com>
pull/154/head
trimstray 4 년 전
부모
커밋
e349e40ba0
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. +10
    -0
      README.md

+ 10
- 0
README.md 파일 보기

@@ -1561,6 +1561,7 @@ For more information please see [How to Obscure Any URL](http://www.pc-help.org/
##### Table of Contents

* [terminal](#tool-terminal)
* [busybox](#tool-busybox)
* [mount](#tool-mount)
* [fuser](#tool-fuser)
* [lsof](#tool-lsof)
@@ -1780,7 +1781,16 @@ for i in {1..10} ; do echo $i ; done

```bash
unset MAIL; export MAILCHECK=1; export MAILPATH='$FILE_TO_WATCH?$MESSAGE'
```

---

##### Tool: [busybox](https://www.busybox.net/)

###### Static HTTP web server

```bash
busybox httpd -p $PORT -h $HOME [-c httpd.conf]
```

___


불러오는 중...
취소
저장