일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- ebpf
- spring cloud config
- docker
- ffmpeg
- kubectl
- Java
- 행정구역분류
- HLS
- configmap
- Android
- Flutter
- macos
- dart
- Shell script
- wireshark
- Pod
- service
- aws cli
- namespace
- Windows10
- Python
- Kubernetes
- nginx-media-server
- aws
- VSCode
- RTMP
- deployment
- golang
- android studio
- Sysinternals
Archives
- Today
- Total
목록Shebang (1)
woonizzooni
쉘 스크립트 파일 작성하기 - #!으로 시작 + 공백없이 + 바이너리명
쉬뱅/샤뱅/(She(#)bang(!) : #!) 라인으로 시작해서, 내용 작성/저장 > 실행권한 주고 실행. 아래는 sh 스크립트 예. $ vim hello.sh #!/bin/sh echo "hello world" $ chmod 755 ./hello.sh $ ./hello.sh "hello world" 응용) #!/bin/sh #!/usr/bin/python3 #!/usr/bin/perl ... [참고] wiki.kldp.org/HOWTO/html/Adv-Bash-Scr-HOWTO/sha-bang.html en.wikipedia.org/wiki/Shebang_Unix ko.wikipedia.org/wiki/셔뱅
Programming/Shell-script
2020. 11. 22. 23:38