I hereby claim:
- I am jxy on github.
- I am jxy (https://keybase.io/jxy) on keybase.
- I have a public key ASChzmdPyC_y291X8ajlSoHX5CP4J0BAC1bMor52avVuago
To claim this, I am signing this object:
# Copyright (c) 2021 Xiao-Yong Jin | |
# | |
# Permission is hereby granted, free of charge, to any person obtaining a copy | |
# of this software and associated documentation files (the "Software"), to deal | |
# in the Software without restriction, including without limitation the rights | |
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
# copies of the Software, and to permit persons to whom the Software is | |
# furnished to do so, subject to the following conditions: | |
# | |
# The above copyright notice and this permission notice shall be included in all |
#!/usr/bin/env bash | |
COPYRIGHT=' | |
Copyright (C) 2018-2019 Xiao-Yong Jin | |
Permission is hereby granted, free of charge, to any person obtaining a copy | |
of this software and associated documentation files (the "Software"), to deal | |
in the Software without restriction, including without limitation the rights | |
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
copies of the Software, and to permit persons to whom the Software is | |
furnished to do so, subject to the following conditions: |
Note'Copyright' | |
Copyright (C) 2017 Xiao-Yong Jin. All rights reserved. | |
Permission is hereby granted, free of charge, to any person obtaining a copy | |
of this software and associated documentation files (the "Software"), to deal | |
in the Software without restriction, including without limitation the rights | |
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
copies of the Software, and to permit persons to whom the Software is | |
furnished to do so, subject to the following conditions: |
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash | |
help(){ cat;}<<'EOF' | |
qf (Qstat Filter) 1.0 | |
Copyright (C) 2017 Xiao-Yong Jin | |
License MIT [https://opensource.org/licenses/MIT] | |
usage: qf [help | FILTERS] | |
Print out jobs satisfying all the filter categories specified. | |
A job satisfies a category, if it satisfies any filter in the category. |
#!/bin/bash | |
# Copyright (C) 2017 Xiao-Yong Jin | |
# MIT License [https://opensource.org/licenses/MIT] | |
set -ue | |
declare setup="" | |
declare read_statements=N | |
while (($# > 0)); do | |
case $1 in | |
-s) |