summaryrefslogtreecommitdiff
path: root/app/client/socket/socket.actions.js
blob: b1f13ef8e763ab83acd56551de55561f5afd279f (plain)
1
2
3
4
5
6
7
8
9
import {
  list_directory_async,
  run_system_command_async,
  run_script_async,
} from './socket.system'

export const list_directory = list_directory_async
export const run_system_command = run_system_command_async
export const run_script = run_script_async