├── .github └── workflows │ └── todo.yml ├── LICENSE ├── README.md └── ibswinfo.sh /.github/workflows/todo.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stanford-rc/ibswinfo/HEAD/.github/workflows/todo.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stanford-rc/ibswinfo/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stanford-rc/ibswinfo/HEAD/README.md -------------------------------------------------------------------------------- /ibswinfo.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stanford-rc/ibswinfo/HEAD/ibswinfo.sh --------------------------------------------------------------------------------