Skip to content

Instantly share code, notes, and snippets.

View a-wing's full-sized avatar
💭
I may be slow to respond.

metal A-wing a-wing

💭
I may be slow to respond.
  • Gensokyo
View GitHub Profile
@a-wing
a-wing / multirun.sh
Last active October 30, 2023 14:04
./multirun.sh 'python3 -m http.server 8001' 'python3 -m http.server 8002' 'sleep 10'
#!/bin/bash
# -----
# @Name: multirun
# @Description: Multiple commands execution
# @Example ./multirun.sh 'python3 -m http.server 8001' 'python3 -m http.server 8002' 'sleep 10'
# @Author: Metal A-wing
# @Email: 1@233.email
# @Create: 2019-10-18T12:10:00+08:00
# @Update: 2023-10-30T22:00:00+08:00