摘要:
在 ~/.bashrc 首行前添加: set -x export ORIGINAL_PATH="$PATH" function check_path_change() { if [[ "$PATH" != "$ORIGINAL_PATH" ]]; then echo "PATH has change 阅读全文
摘要:
#!/bin/env python import regex as re import argparse import os SAVE = "/media/n/data/SteamLibrary/steamapps/compatdata/2379780/pfx/dosdevices/c:/users 阅读全文