This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # Terminate already running bar instances | |
| # If all your bars have ipc enabled, you can use | |
| polybar-msg cmd quit | |
| # Otherwise you can use the nuclear option: | |
| # killall -q polybar | |
| # Launch plbar | |
| echo "---" | tee -a /tmp/polybar.log |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ;========================================================== | |
| ; | |
| ; | |
| ; βββββββ βββββββ βββ βββ ββββββββββ ββββββ βββββββ | |
| ; ββββββββββββββββββββ ββββ ββββββββββββββββββββββββββββ | |
| ; βββββββββββ ββββββ βββββββ ββββββββββββββββββββββββ | |
| ; βββββββ βββ ββββββ βββββ ββββββββββββββββββββββββ | |
| ; βββ ββββββββββββββββββββ βββββββββββ ββββββ βββ | |
| ; βββ βββββββ βββββββββββ βββββββ βββ ββββββ βββ | |
| ; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # This file has been auto-generated by i3-config-wizard(1). | |
| # It will not be overwritten, so edit it as you like. | |
| # | |
| # Should you change your keyboard layout some time, delete | |
| # this file and re-run i3-config-wizard(1). | |
| # | |
| # i3 config file (v4) | |
| # | |
| # Please see https://i3wm.org/docs/userguide.html for a complete reference! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| LOCAL_INPUT_FILE = $1 | |
| OUTPUT_NAME = $2 | |
| NUM_CPU = $3 | |
| ssh 18D38087@login.t3.gsic.titech.ac.jp 'bash -s' < local_script.sh | |
| while [ $(qstat | wc -l) -ne 0 ]; | |
| do |