Fileable.swift/Sources/Fileable/Linux+Fileable.swift

18 lines
293 B
Swift

//
// Linux+Fileable.swift
// Fileable
//
// Created by Shota Shimazu on 2017/10/25.
// Copyright © 2017 Labbiness. All rights reserved.
//
import Foundation
struct UbuntuFileSystem {
let formatType = "ext4"
let root = "/"
let settings = "/etc"
let optional = "/opt"
}