init
This commit is contained in:
commit
ec53fcbe95
1905 changed files with 513762 additions and 0 deletions
18
utils/bash/specs/index.ts
Normal file
18
utils/bash/specs/index.ts
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
import type { CommandSpec } from '../registry.js'
|
||||
import alias from './alias.js'
|
||||
import nohup from './nohup.js'
|
||||
import pyright from './pyright.js'
|
||||
import sleep from './sleep.js'
|
||||
import srun from './srun.js'
|
||||
import time from './time.js'
|
||||
import timeout from './timeout.js'
|
||||
|
||||
export default [
|
||||
pyright,
|
||||
timeout,
|
||||
sleep,
|
||||
alias,
|
||||
nohup,
|
||||
time,
|
||||
srun,
|
||||
] satisfies CommandSpec[]
|
||||
Loading…
Add table
Add a link
Reference in a new issue