Added assono-overtime-calc
This commit is contained in:
3
autoload/assono-overtime-calc.nu
Normal file
3
autoload/assono-overtime-calc.nu
Normal file
@@ -0,0 +1,3 @@
|
||||
export def lumen-assono-overtime-calc [startdate = datetime]: nothing -> string {
|
||||
pwsh -command $'Invoke-assOrgaOvertimeCalculator ($startdate)'
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
export def lumen-kwin-get-class [waittimesec = int]: nothing -> nothing {
|
||||
export def lumen-kwin-get-class [waittimesec = int]: nothing -> string {
|
||||
mut timer = ($waittimesec | into int)
|
||||
while ($timer > 0) {
|
||||
$timer | print
|
||||
|
||||
Reference in New Issue
Block a user