Start of binary search for ls command
This commit is contained in:
@@ -105,6 +105,10 @@ export class Bash {
|
||||
return this._terminal.getTerminalWidth();
|
||||
}
|
||||
|
||||
getTerminalFontSize(): number {
|
||||
return this._terminal.getFontSize();
|
||||
}
|
||||
|
||||
hasSudoPerms(uid: number): boolean {
|
||||
return this._group[1].members.includes(uid);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user