id = $id; } public function file(string $os): string { return File::get(base_path('system/commands/ubuntu/process-manager/supervisor/delete-worker.sh')); } public function content(string $os): string { $command = $this->file($os); return Str::replace('__id__', $this->id, $command); } }